잠시 후 파이썬 코드에 의해 hello world를 출력합니다.

from datetime import datetime print("Hello World!") print(f"It's now {datetime.now()}")